Re-exports

pub use errors::*;
pub use traits::*;

Modules

This crate implements functions for manipulating polynomials over finite fields, including FFTs.

Macros

Returns an iterator over chunk_size elements of the slice at a time.

Returns an iterator over chunk_size elements of the slice at a time.

Creates parallel iterator if parallel feature is enabled.

Creates parallel iterator over refs if parallel feature is enabled.

Creates parallel iterator over mut refs if parallel feature is enabled.

Applies the reduce operation over an iterator.

Converts a string of 8 characters into a u64 for personalization in Blake2Xs.